ISRO CSE 2020
Q31.
Huffman tree is constructed for the following data :{A,B,C,D,E} with frequency {0.17, 0.11, 0.24, 0.33 and 0.15} respectively. 100 00 01101 is decoded asQ34.
In a 8-bit ripple carry adder using identical full adders, each full adder takes 34 ns for computing sum. If the time taken for 8-bit addition is 90 ns, find time taken by each full adder to find carry.Q35.
Which of the following is a type of a out-of-order execution, with the reordering done by a compilerQ36.
The number of tokens in the following C code segment is switch(inputvalue) { case 1 : b =c*d; break; default : b =b++; break; }Q37.
In a two-pass assembler, resolution of subroutine calls and inclusion of labels in the symbol table is done duringQ38.
If x+2 y=30,then \left(\frac{2 y}{5}+\frac{x}{3}\right)+\left(\frac{x}{5}+\frac{2 y}{3}\right) will be equal toQ39.
Consider the following page reference string.1 2 3 4 2 1 5 6 2 1 2 3 7 6 3 2 1 2 3 6 What are the minimum number of frames required to get a single page fault for the above sequence assuming LRU replacement strategy?